From 9a16ec1cc8bc55707d2d2b0ce7675feec35a731f Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Sat, 27 Jan 2001 13:46:21 +0000 Subject: [PATCH] (find-tag-noselect): Don't bind tags-file-name. --- lisp/progmodes/etags.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el index 131610e09d7..3735b2f0ff6 100644 --- a/lisp/progmodes/etags.el +++ b/lisp/progmodes/etags.el @@ -823,8 +823,7 @@ See documentation of variable `tags-file-name'." ;; Save the current buffer's value of `find-tag-hook' before ;; selecting the tags table buffer. For the same reason, save value ;; of `tags-file-name' in case it has a buffer-local value. - (let ((local-find-tag-hook find-tag-hook) - (tags-file-name tags-file-name)) + (let ((local-find-tag-hook find-tag-hook)) (if (eq '- next-p) ;; Pop back to a previous location. (if (ring-empty-p tags-location-ring) -- 2.30.2